<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<model userDefinedModelVersionIdentifier="" type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="3401" systemVersion="12F45" minimumToolsVersion="Automatic" macOSVersion="Automatic" iOSVersion="Automatic">
    <entity name="TTTLogEntry" representedClassName="TTLogEntree" syncable="YES">
        <attribute name="dateStamp" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="entry" optional="YES" attributeType="Transformable" valueTransformerName="TTTEncryptionTransformer" syncable="YES"/>
    </entity>
    <entity name="TTTUser" representedClassName="TTTUser" syncable="YES">
        <attribute name="birthday" optional="YES" attributeType="Date" syncable="YES"/>
        <attribute name="password" optional="YES" attributeType="Transformable" valueTransformerName="TTTEncryptionTransformer" syncable="YES"/>
        <attribute name="userid" optional="YES" attributeType="String" syncable="YES"/>
    </entity>
    <elements>
        <element name="TTTLogEntry" positionX="-117" positionY="225" width="128" height="73"/>
        <element name="TTTUser" positionX="160" positionY="192" width="128" height="88"/>
    </elements>
</model>